From f8d5b8cdeff9b1920ea26f4f3211cd61fe046dd4 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sun, 16 Mar 2008 03:57:38 +0000 Subject: [PATCH] more descriptive style names for the ComboBox thickness style 2008-03-16 Alberto Ruiz * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: more descriptive style names for the ComboBox thickness style svn path=/trunk/; revision=19888 --- ChangeLog | 4 ++++ modules/engines/ms-windows/Theme/gtk-2.0/gtkrc | 11 ++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f4a9457c54..cea2297e53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-16 Alberto Ruiz + * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: more descriptive style + names for the ComboBox thickness style + 2008-03-16 Alberto Ruiz * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: diff --git a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc index 07fa1a3729..162265f7d7 100755 --- a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc +++ b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc @@ -56,14 +56,11 @@ binding "ms-windows-tree-view" class "GtkTreeView" binding "ms-windows-tree-view" -style "cosa" = "msw-default" +style "msw-combobox-thickness" = "msw-default" { xthickness = 0 ythickness = 0 -} widget_class "*TreeView*ComboBox*" style "cosa" +} -style "cosa" = "msw-default" -{ - xthickness = 0 - ythickness = 0 -} widget_class "*ComboBox*GtkFrame*" style "cosa" +widget_class "*TreeView*ComboBox*" style "msw-combobox-thickness" +widget_class "*ComboBox*GtkFrame*" style "msw-combobox-thickness" -- 2.30.2